.interactive-image {
    position: relative;
    cursor: default;
    z-index: 8;
}
.interactive-image .icon-button {
    position: absolute;
    background: url("../images/icon.png") no-repeat center;
    z-index: 8;
    width: 64px;
    height: 64px;
    display: block !important;
    cursor: pointer;
    text-align: center;
    border: 7px solid rgba(255,255,255,0.5);
    border-radius: 50%;
}

.interactive-image .icon-button:hover {
    text-shadow: 0 0 3px #fff;
}
.interactive-image .containers {
    position: absolute;
    width: 365px;
    height: 105px;
    display: none;
    padding: 20px 30px;
    border-radius: 10px !important;
    overflow: hidden;
    z-index: 999;
    background: rgba(0,0,0,0.7) !important;
}
.interactive-image .containers .title {
    font-size: 1.1em;
    width: 100%;
    text-align: left;
    font-weight: bold;
    display: none !important;
}
.interactive-image .containers .description {
    text-align: left;
    font-size: 20px;
    color: white;
    margin-top: 5px;
    line-height: 28px;
}

.activeIcon{
    background: url("../images/icon_active.png") no-repeat center !important;
    width: 64px;
    height: 64px;
    border: none !important;
}

#response table{
    color:white;
    margin-bottom: 1.5rem !important;
    width: 100%;
}